﻿2026-06-21T05:14:11.4848639Z ##[group]Run actions/checkout@v5
2026-06-21T05:14:11.4849147Z with:
2026-06-21T05:14:11.4849451Z   fetch-depth: 0
2026-06-21T05:14:11.4849929Z   repository: SaberMage/spt-core
2026-06-21T05:14:11.4853073Z   token: ***
2026-06-21T05:14:11.4853371Z   ssh-strict: true
2026-06-21T05:14:11.4853662Z   ssh-user: git
2026-06-21T05:14:11.4854020Z   persist-credentials: true
2026-06-21T05:14:11.4854348Z   clean: true
2026-06-21T05:14:11.4854659Z   sparse-checkout-cone-mode: true
2026-06-21T05:14:11.4855009Z   fetch-tags: false
2026-06-21T05:14:11.4855321Z   show-progress: true
2026-06-21T05:14:11.4855632Z   lfs: false
2026-06-21T05:14:11.4855915Z   submodules: false
2026-06-21T05:14:11.4856219Z   set-safe-directory: true
2026-06-21T05:14:11.4856553Z ##[endgroup]
2026-06-21T05:14:11.6763826Z Syncing repository: SaberMage/spt-core
2026-06-21T05:14:11.6765066Z ##[group]Getting Git version info
2026-06-21T05:14:11.6765666Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T05:14:11.6996730Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T05:14:11.7204399Z git version 2.43.0.windows.1
2026-06-21T05:14:11.7232758Z ##[endgroup]
2026-06-21T05:14:11.7240673Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4ab29129-fcc4-4cb1-a25f-1ec2f48ae92d\.gitconfig'
2026-06-21T05:14:11.7253945Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4ab29129-fcc4-4cb1-a25f-1ec2f48ae92d' before making global git config changes
2026-06-21T05:14:11.7254929Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T05:14:11.7258867Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T05:14:11.7494009Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T05:14:11.7696614Z https://github.com/SaberMage/spt-core
2026-06-21T05:14:11.7725312Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T05:14:11.7729294Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T05:14:11.7923372Z HEAD
2026-06-21T05:14:11.8159936Z ##[endgroup]
2026-06-21T05:14:11.8163235Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T05:14:12.1940986Z ##[group]Cleaning the repository
2026-06-21T05:14:12.1946056Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T05:14:24.7227373Z Removing target/
2026-06-21T05:14:24.7263876Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T05:14:24.7702386Z HEAD is now at d0467b6 Merge 18416fd8accc291c428791c9e14a1089e267c9a8 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T05:14:24.7728277Z ##[endgroup]
2026-06-21T05:14:24.7733089Z ##[group]Disabling automatic garbage collection
2026-06-21T05:14:24.7738086Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T05:14:24.7985503Z ##[endgroup]
2026-06-21T05:14:24.7986036Z ##[group]Setting up auth
2026-06-21T05:14:24.7991983Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T05:14:24.8212811Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T05:14:25.1949825Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T05:14:25.2211033Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T05:14:25.6046063Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T05:14:25.6276004Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T05:14:25.9860360Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T05:14:26.0167770Z ##[endgroup]
2026-06-21T05:14:26.0168271Z ##[group]Fetching the repository
2026-06-21T05:14:26.0176414Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d0467b6acb509760850c605533f294d4b989d0b5:refs/remotes/pull/26/merge
2026-06-21T05:14:26.8005996Z From https://github.com/SaberMage/spt-core
2026-06-21T05:14:26.8006613Z    bfe760e..18416fd  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-21T05:14:26.8007010Z    bfe760e..18416fd  v0.13.0-p1b-ack-deadlock -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T05:14:26.8122452Z ##[endgroup]
2026-06-21T05:14:26.8122947Z ##[group]Determining the checkout info
2026-06-21T05:14:26.8123279Z ##[endgroup]
2026-06-21T05:14:26.8129688Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T05:14:26.8398795Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T05:14:26.8632012Z ##[group]Checking out the ref
2026-06-21T05:14:26.8636830Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T05:14:26.8959822Z HEAD is now at d0467b6 Merge 18416fd8accc291c428791c9e14a1089e267c9a8 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T05:14:26.8982993Z ##[endgroup]
2026-06-21T05:14:26.9224030Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T05:14:26.9432657Z d0467b6acb509760850c605533f294d4b989d0b5
